getName

abstract fun getName(): String

Gets the descriptive name of this event.

Event names should be concise yet informative, allowing for easy categorization and analysis (e.g., "CONTENT_PLAYED", "USER_LOGIN_FAILED", "DEVICE_REBOOTED").

Return

The non-null name of the event.